home *** CD-ROM | disk | FTP | other *** search
Text File | 1986-10-21 | 930 b | 52 lines | [THED/THTH] |
- |
- | RA¬
- |
- | Program basics
- |
- | ⌐ 1986 COM~LINK & S.Koren
- |
- #M;
- "RA¬ supports 2 forms of simple!"
- "input. Numeric and character.!!"
- "Output is likewise supported in!"
- "numeric and character form.!!"
- "Currently string input is not!"
- "provided. However, you may output!" "strings.!!"
- #A;
- "Any string imbedded between quotes!"
- "is output to the output window.!"
- "An imbedded exclamation point!"
- "will force a cr/lf.!!"
- #A;
- "Sample I/O:!"
- "Input a number: " ? A: "!"
- "Input a character: " ?ñ B: "!"
- "The number was: " A. ! "!"
- "The character was: " B. !ñ "!"
- "The ascii value of the character was: " B. ! "!!"
- "
- #A;
- "THE END."
- $
- &A "Hit any key:" ?ñ @ ╡`
- |
- | RA title routine
- |
- &M @ #L; 8 A: ( #N; A. 1 - A: A. 0 > ~ ) #L; #O; #P;`
-
- &O
- 40 100 ╜
- "RA¬"
- 60 45 ╜
- "⌐ 1986 COM~LINK & S.Koren"
- 80 60 ╜
- "All rights reserved." `
-
- &L
- 35 A: ("Ñ" A. 1 - A: A. 0 > ~ ) "!"`
-
- &N
- "Ñ" 33 A: (" " A. 1 - A: A. 0 > ~ ) "Ñ" "!"`
-
- &P ?ñ @ `
- $